func runtime.isPinned
8 uses
runtime (current package)
cgocall.go#L683: if !top && !isPinned(p) {
cgocall.go#L694: if !top && !isPinned(p) {
cgocall.go#L709: if !top && !isPinned(ss.str) {
cgocall.go#L738: if !top && !isPinned(p) {
cgocall.go#L764: if cgoIsGoPointer(pp) && !isPinned(pp) {
cgocheck.go#L54: if isPinned(src) {
cgocheck.go#L173: if cgoIsGoPointer(v) && !isPinned(v) {
pinner.go#L145: func isPinned(ptr unsafe.Pointer) bool {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |